Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.activity.datasource--datasources

This contribution is part of XML component org.nuxeo.ecm.activity.datasource inside nuxeo-runtime-6.0.jar

Documentation

Datasource contribution for the Activity Service

Extension Point

Extension point datasources of component datasource.

Contributed Items

  • <datasource driverClassName="org.h2.Driver" maxActive="20" maxIdle="5" maxWait="10000" name="jdbc/nxactivities">
          <property name="url">jdbc:h2:nuxeo;DB_CLOSE_ON_EXIT=false</property>
          <property name="username">sa</property>
          <property name="password"/>
        </datasource>

XML Source

<extension point="datasources" target="org.nuxeo.runtime.datasource">
    <documentation>
      Datasource contribution for the Activity Service
    </documentation>

    <datasource driverClassName="org.h2.Driver" maxActive="20" maxIdle="5" maxWait="10000" name="jdbc/nxactivities">
      <property name="url">jdbc:h2:nuxeo;DB_CLOSE_ON_EXIT=false</property>
      <property name="username">sa</property>
      <property name="password"/>
    </datasource>

  </extension>